projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aeb80c
)
; Fix message-server-alist :type (Bug#58546)
author
Mauro Aranda
<maurooaranda@gmail.com>
Sat, 15 Oct 2022 13:56:43 +0000
(10:56 -0300)
committer
Mauro Aranda
<maurooaranda@gmail.com>
Sat, 15 Oct 2022 13:56:43 +0000
(10:56 -0300)
lisp/gnus/message.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/message.el
b/lisp/gnus/message.el
index 67ec0531fa494547f9566c8f4797196ed1a901bf..5e4e9854a6bb6a8ff66dade687f29de6e420a006 100644
(file)
--- a/
lisp/gnus/message.el
+++ b/
lisp/gnus/message.el
@@
-4361,10
+4361,10
@@
arguments. If METHOD is nil in this case, the return value of
the function will be inserted instead.
If the buffer already has a\"X-Message-SMTP-Method\" header,
it is left unchanged."
- :type '(alist :key-type
'
(choice
-
(string :tag "From Address")
-
(function :tag "Predicate"))
- :value-type
'
string)
+ :type '(alist :key-type (choice
+ (string :tag "From Address")
+ (function :tag "Predicate"))
+ :value-type string)
:version "29.1"
:group 'message-sending)